home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_07 / 1107032c < prev    next >
Encoding:
Text File  |  1995-11-01  |  188 b   |  12 lines

  1. // MOUTINST.CPP
  2. // Used to build a static object 
  3. // to be stored in the Windows 
  4. // .LIB file for the DLL. 
  5.  
  6. #include "mstream.h"
  7.     // static instance of class
  8. mstream mout;
  9.  
  10.  
  11.  
  12.